FindRowWithCellTextInColumn Method (ITableBase<T>)
Returns a row in a column that contains the specified text.
Overload List
OverloadDescription
FindRowWithCellTextInColumn(String,String)Returns the first row in a column that contains the specified text, by column name.  
FindRowWithCellTextInColumn(String,UInt32)Returns the first row in a column that contains the specified text, by column index.  
FindRowWithCellTextInColumn(String,String,UInt32)Returns the next row in a column (by column name) that contains the specified text, starting the search at the specified row.  
FindRowWithCellTextInColumn(String,UInt32,UInt32)Returns the next row in a column (by column index) that contains the specified text, starting the search at the specified row.